Service Bus (1 / 26): You are developing a logging system that needs to accumulate messages for a short period before sending them to reduce the number of network calls. Which Azure Service Bus feature should you use?
Answer:
Batching delays the sending of a message for a certain period, allowing you to accumulate multiple messages and send them together, thereby reducing the number of network calls.
Message sessions enable FIFO handling but don't delay sending messages.